home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / mh032087.arc / BATCH1.BAT next >
DOS Batch File  |  1987-03-10  |  692b  |  25 lines

  1. echo off
  2. cls
  3. rem This file tests the Batch Logon routine.
  4. rem RENAME this file to BATCHLOG.BAT, and set BATCHLOG=Y in the .CNF file.
  5. rem
  6. rem If BATCHLOG.BAT is not executed, the Security = 0.
  7. rem
  8. rem %0 = mhjump.bat, %1 = port#, %2 = 1st entry in org path, %3 = current dir.
  9. rem
  10. rem If SECURITY = NEWUSER then MINIHOST.T01 will be displayed. 
  11. rem
  12. rem If USER is a negitive number then the user is logged off.
  13. rem 
  14. rem [USER field length = 25 characters]
  15. rem
  16. path %2;%3
  17. path
  18. echo USER=JOE BLOW>>batchlog.dat
  19. echo SECURITY=5>>batchlog.dat
  20. echo TIMELIMIT=60>>batchlog.dat
  21. echo KBDTIMER=3>>batchlog.dat
  22. echo BUZZBACK=373-0954>>batchlog.dat
  23. echo ANSI=Y>>batchlog.dat
  24. pause
  25.